Add reftest to test border-style: none
authorAlexander Larsson <alexl@redhat.com>
Thu, 24 Nov 2011 17:25:08 +0000 (18:25 +0100)
committerAlexander Larsson <alexl@redhat.com>
Fri, 25 Nov 2011 15:14:10 +0000 (16:14 +0100)
commit34e15566e375cbd1b4fb4ac27716302baf8b534b
tree0bef4d4500ab95c9e0e1a49695d610e002f57da2
parentc276f53796158d2ed025861f9d9e10eaeee3a279
Add reftest to test border-style: none

From the css docs at http://www.w3.org/TR/CSS2/box.html:

8.5.1 Border width: 'border-top-width', 'border-right-width', 'border-bottom-width',
'border-left-width', and 'border-width'

Computed value:   absolute length; '0' if the border style is 'none' or 'hidden'

So, if i specify border-style none and a border-width > 0 that should give the
same result as border-width 0.
tests/reftests/Makefile.am
tests/reftests/border-style-none.css [new file with mode: 0644]
tests/reftests/border-style-none.ref.ui [new file with mode: 0644]
tests/reftests/border-style-none.ui [new file with mode: 0644]